home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00135.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  189 b   |  12 lines

  1. on exitFrame
  2.   repeat with n = 1 to 50
  3.     set the visible of sprite n to 1
  4.   end repeat
  5.   if soundBusy(1) then
  6.     startTimer()
  7.     go(the frame + 1)
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.